3 references to StockObject
PresentationFramework (3)
System\Windows\Standard\MessageWindow.cs (1)
53
hbrBackground = NativeMethods.GetStockObject(
StockObject
.NULL_BRUSH),
System\Windows\Standard\NativeMethods.cs (2)
2742
private static extern IntPtr _GetStockObject(
StockObject
fnObject);
2744
public static IntPtr GetStockObject(
StockObject
fnObject)