1 override of CanAccessProperties
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
564internal override bool CanAccessProperties {
7 references to CanAccessProperties
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (6)
1089if (p != null && p.CanAccessProperties) { 1288if (p != null && p.CanAccessProperties) { 2685if (ParentInternal != null && ParentInternal.CanAccessProperties) { 2719if (p != null && p.CanAccessProperties) { 2767if (ParentInternal != null && ParentInternal.CanAccessProperties) 5473if (CanAccessProperties) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
484if (p != null && p.CanAccessProperties)