18 references to Open
PresentationCore (2)
System\Windows\Media\DrawingServices.cs (1)
85DrawingContext dc = drawingGroup.Open();
System\Windows\Media\FormattedText.cs (1)
1568DrawingContext ctx = drawing.Open();
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
56dc = hatchDG.Open();
MS\Internal\Ink\PenCursorManager.cs (2)
408dc = penDrawing.Open(); 443dc = drawingGroup.Open();
MS\Internal\PtsHost\Line.cs (1)
668DrawingContext ctx = drawing.Open();
System\Windows\Documents\SpellerHighlightLayer.cs (1)
149DrawingContext drawingContext = drawingGroup.Open();
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
77DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
77DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
72DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
72DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
72DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
72DrawingContext myDrawingContext = myDrawing.Open();
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (5)
1323using (DrawingContext context = drawing.Open()) 1447using (DrawingContext context = drawing.Open()) 1500using (DrawingContext context = drawing.Open()) 3012using (DrawingContext context = drawing.Open()) 3089using (DrawingContext context = drawing.Open())