17 references to GetObject
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Control.cs (4)
903
AmbientProperties props = (AmbientProperties)Properties.
GetObject
(PropAmbientPropertiesService, out contains);
1568
text = (string)Properties.
GetObject
(PropCacheTextField, out found);
12257
object cursor = Properties.
GetObject
(PropCursor, out found);
12286
object font = Properties.
GetObject
(PropFont, out found);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
805
this.Properties.
GetObject
(PropSelectionBackColor, out found);
winforms\Managed\System\WinForms\Label.cs (1)
572
LabelImageIndexer imageIndexer = Properties.
GetObject
(PropImageIndex, out found) as LabelImageIndexer;
winforms\Managed\System\WinForms\PropertyStore.cs (10)
44
GetObject
(key, out found);
68
object storedObject =
GetObject
(key, out found);
96
object storedObject =
GetObject
(key, out found);
126
object storedObject =
GetObject
(key, out found);
152
object storedObject =
GetObject
(key, out found);
236
return
GetObject
(key, out found);
620
object storedObject =
GetObject
(key, out found);
640
object storedObject =
GetObject
(key, out found);
661
object storedObject =
GetObject
(key, out found);
683
object storedObject =
GetObject
(key, out found);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3693
object font = Properties.
GetObject
(PropFont, out found);