2 instantiations of SafeCustomLineCapHandle
System.Drawing (2)
commonui\System\Drawing\Advanced\CustomLineCap.cs (1)
106nativeCap = new SafeCustomLineCapHandle(handle);
commonui\System\Drawing\Advanced\SafeCustomLineCapHandle.cs (1)
61return new SafeCustomLineCapHandle(handle);
3 references to SafeCustomLineCapHandle
System.Drawing (3)
commonui\System\Drawing\Advanced\CustomLineCap.cs (1)
34internal SafeCustomLineCapHandle nativeCap = null;
commonui\System\Drawing\Advanced\SafeCustomLineCapHandle.cs (2)
56public static implicit operator IntPtr(SafeCustomLineCapHandle handle) { 60public static explicit operator SafeCustomLineCapHandle(IntPtr handle) {