5 references to UnsafeNativeMethods
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerHelpers.cs (5)
1406
int style =
UnsafeNativeMethods
.GetWindowLong(owner.Handle,
UnsafeNativeMethods
.GWL_EXSTYLE);
1408
if (hr ==
UnsafeNativeMethods
.S_OK && (style &
UnsafeNativeMethods
.WS_EX_LAYOUTRTL) ==
UnsafeNativeMethods
.WS_EX_LAYOUTRTL)