System::Windows::Forms::Control::ControlCollection Member List

This is the complete list of members for System::Windows::Forms::Control::ControlCollection, including all inherited members.

Add(const System::SharedPtr< Control > &value) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::Add(const System::SharedPtr< Control > &item)=0System::Collections::Generic::ICollection< System::SharedPtr< Control > >pure virtual
AddRange(System::ArrayPtr< System::SharedPtr< Control >> controls)System::Windows::Forms::Control::ControlCollectionvirtual
BaseType typedefSystem::Collections::Generic::IList< System::SharedPtr< Control > >
begin()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
begin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
cbegin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
cend() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
Clear() overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
Contains(const System::SharedPtr< Control > &control) const overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::Contains(const System::SharedPtr< Control > &item) const=0System::Collections::Generic::ICollection< System::SharedPtr< Control > >pure virtual
ContainsKey(System::String key) constSystem::Windows::Forms::Control::ControlCollectionvirtual
ControlCollection(const System::SharedPtr< Control > &owner)System::Windows::Forms::Control::ControlCollection
CopyTo(System::ArrayPtr< System::SharedPtr< Control >> array, int arrayIndex) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::CopyTo(System::ArrayPtr< System::SharedPtr< Control > > array, int arrayIndex)=0System::Collections::Generic::ICollection< System::SharedPtr< Control > >pure virtual
end()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
end() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Find(const System::String &key, bool searchAllChildren) constSystem::Windows::Forms::Control::ControlCollection
get_Count() const overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
get_IsFixedSize()System::Collections::Generic::IList< System::SharedPtr< Control > >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< System::SharedPtr< Control > >inlinevirtual
get_Owner() constSystem::Windows::Forms::Control::ControlCollection
get_SyncRoot() constSystem::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
GetChildIndex(const System::SharedPtr< Control > &child) constSystem::Windows::Forms::Control::ControlCollection
GetChildIndex(const System::SharedPtr< Control > &child, bool throwException) constSystem::Windows::Forms::Control::ControlCollectionvirtual
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
idx_get(int index) const overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
idx_get(System::String key) constSystem::Windows::Forms::Control::ControlCollectionvirtual
idx_set(int index, System::SharedPtr< Control > value) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
idx_set(System::String key, System::SharedPtr< Control > value)System::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::idx_set(int index, System::SharedPtr< Control > value)=0System::Collections::Generic::IList< System::SharedPtr< Control > >pure virtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
IndexOf(const System::SharedPtr< Control > &control) const overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::IndexOf(const System::SharedPtr< Control > &item) const=0System::Collections::Generic::IList< System::SharedPtr< Control > >pure virtual
IndexOfKey(System::String key) constSystem::Windows::Forms::Control::ControlCollectionvirtual
Insert(int index, const System::SharedPtr< Control > &item) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::Insert(int index, const System::SharedPtr< Control > &item)=0System::Collections::Generic::IList< System::SharedPtr< Control > >pure virtual
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_All(std::function< bool(System::SharedPtr< Control >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Any()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Any(std::function< bool(System::SharedPtr< Control >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Concat(SharedPtr< IEnumerable< System::SharedPtr< Control > >> sequence)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Contains(System::SharedPtr< Control > value)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Count()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Count(const Func< System::SharedPtr< Control >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_First()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_First(const Func< System::SharedPtr< Control >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_FirstOrDefault(std::function< bool(System::SharedPtr< Control >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_GroupBy(System::Func< System::SharedPtr< Control >, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Last()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OrderBy(const Func< System::SharedPtr< Control >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OrderByDescending(const Func< System::SharedPtr< Control >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Select(const Func< System::SharedPtr< Control >, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Select(const Func< System::SharedPtr< Control >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_SelectMany(const Func< System::SharedPtr< Control >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
LINQ_Where(std::function< bool(System::SharedPtr< Control >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< System::SharedPtr< Control > >inline
IEnumerable< System::SharedPtr< Control > >::operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const System::SharedPtr< Control > &value) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
IList< System::SharedPtr< Control > >::Remove(const System::SharedPtr< Control > &item)=0System::Collections::Generic::ICollection< System::SharedPtr< Control > >pure virtual
RemoveAt(int index) overrideSystem::Windows::Forms::Control::ControlCollectionvirtual
RemoveByKey(System::String key)System::Windows::Forms::Control::ControlCollectionvirtual
RemovedSharedRefs(int count)System::Objectinline
SetChildIndex(const System::SharedPtr< Control > &child, int newIndex)System::Windows::Forms::Control::ControlCollectionvirtual
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ThisType typedefSystem::Collections::Generic::IList< System::SharedPtr< Control > >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::IList< System::SharedPtr< Control > >
virtualizeBeginConstIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlinevirtual
virtualizeBeginIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >
virtualizeEndConstIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlinevirtual
virtualizeEndIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ControlCollection() overrideSystem::Windows::Forms::Control::ControlCollectionprotected
~ICollection()System::Collections::Generic::ICollection< System::SharedPtr< Control > >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< System::SharedPtr< Control > >inlineprotected
~Object()System::Objectvirtual