3 writes to ownHandle
System.Windows.Forms (3)
misc\GDI\WindowsFont.cs (3)
96this.ownHandle = true; 286wf.ownHandle = takeOwnership; // if true, hFont will be deleted on dispose. 322this.ownHandle = false;
2 references to ownHandle
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
304if (this.ownHandle) 328if (disposing && (deletedHandle || !ownHandle))