1 write to _handle
PresentationCore (1)
Graphics\include\exports.cs (1)
1152
public ResourceHandle(UInt32 handle) {
_handle
= handle; }
2 references to _handle
PresentationCore (2)
Graphics\include\exports.cs (2)
1147
return r.
_handle
;
1157
public bool IsNull { get { return (
_handle
== 0); } }