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