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