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