5 references to PropSecurityTip
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
5034
SecurityToolTip secTip = (SecurityToolTip)Properties.GetObject(
PropSecurityTip
);
5615
SecurityToolTip secTip = (SecurityToolTip)Properties.GetObject(
PropSecurityTip
);
5620
Properties.SetObject(
PropSecurityTip
, null);
5706
SecurityToolTip secTip = (SecurityToolTip)Properties.GetObject(
PropSecurityTip
);
5710
Properties.SetObject(
PropSecurityTip
, secTip);