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