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