9 implementations of GetProperties
mscorlib (1)
system\type.cs (1)
729abstract public PropertyInfo[] GetProperties(BindingFlags bindingAttr);
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
116PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr)
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
224PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) {
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2551PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) { 3303PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\AxHost.cs (3)
4024PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) { 5310PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) { 6397PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
93System.Reflection.PropertyInfo[] IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr) {
2 references to GetProperties
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3304return publicIReflect.GetProperties(bindingAttr);
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
94return typeIReflectImplementation.GetProperties(bindingAttr);