5 references to MILWindowLayerType
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (1)
2387MILWindowLayerType windowLayerType,
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (1)
336[FieldOffset(24)] internal MILWindowLayerType windowLayerType;
System\Windows\InterOp\HwndTarget.cs (3)
2242isLayered ? (_usesPerPixelOpacity ? MILWindowLayerType.ApplicationManagedLayer : MILWindowLayerType.SystemManagedLayer) : MILWindowLayerType.NotLayered,