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