18 references to Open
PresentationCore (2)
System\Windows\Media\DrawingServices.cs (1)
88DrawingContext dc = drawingGroup.Open();
System\Windows\Media\FormattedText.cs (1)
1602DrawingContext ctx = drawing.Open();
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
63dc = hatchDG.Open();
MS\Internal\Ink\PenCursorManager.cs (2)
409dc = penDrawing.Open(); 444dc = drawingGroup.Open();
MS\Internal\PtsHost\Line.cs (1)
683DrawingContext ctx = drawing.Open();
System\Windows\Documents\SpellerHighlightLayer.cs (1)
152DrawingContext drawingContext = drawingGroup.Open();
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
79DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
79DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
74DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
74DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
74DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
74DrawingContext myDrawingContext = myDrawing.Open();
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (5)
1326using (DrawingContext context = drawing.Open()) 1449using (DrawingContext context = drawing.Open()) 1502using (DrawingContext context = drawing.Open()) 3012using (DrawingContext context = drawing.Open()) 3089using (DrawingContext context = drawing.Open())