6 writes to VisualYSnappingGuidelines
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
148set { base.VisualYSnappingGuidelines = value; }
Core\CSharp\System\Windows\UIElement.cs (2)
994this.VisualXSnappingGuidelines = this.VisualYSnappingGuidelines = null; 1022this.VisualYSnappingGuidelines = yLines;
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (1)
670VisualYSnappingGuidelines = yLines;
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
458decorator.VisualYSnappingGuidelines = null; 857this.VisualYSnappingGuidelines = yLines;
4 references to VisualYSnappingGuidelines
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
147get { return base.VisualYSnappingGuidelines; }
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
352return reference.VisualYSnappingGuidelines;
Core\CSharp\System\Windows\UIElement.cs (1)
1016DoubleCollection yLines = this.VisualYSnappingGuidelines;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
852DoubleCollection yLines = this.VisualYSnappingGuidelines;