7 references to PropFontHandleWrapper
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (7)
2309
if (Properties.ContainsObject(
PropFontHandleWrapper
)) {
2310
FontHandleWrapper fontHandle = Properties.GetObject(
PropFontHandleWrapper
) as FontHandleWrapper;
2314
Properties.SetObject(
PropFontHandleWrapper
, null);
2619
FontHandleWrapper fontHandle = (FontHandleWrapper)Properties.GetObject(
PropFontHandleWrapper
);
2623
Properties.SetObject(
PropFontHandleWrapper
, fontHandle);
2642
fontHandle = (FontHandleWrapper)Properties.GetObject(
PropFontHandleWrapper
);
2652
Properties.SetObject(
PropFontHandleWrapper
, fontHandle);