5 implementations of Changing
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
601event EventHandler ITextContainer.Changing
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
341public event EventHandler Changing;
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
310public event EventHandler Changing { add { } remove { } }
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
297public event EventHandler Changing { add { } remove { } }
src\Framework\System\Windows\Documents\TextContainer.cs (1)
2031event EventHandler ITextContainer.Changing
4 references to Changing
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1228_host.TextContainer.Changing -= new EventHandler(OnTextContainerChanging); 1400_host.TextContainer.Changing += new EventHandler(OnTextContainerChanging);
src\Framework\System\Windows\Controls\TextBlock.cs (2)
3735_complexContent.TextContainer.Changing += new EventHandler(OnTextContainerChanging); 3937this.TextContainer.Changing -= new EventHandler(owner.OnTextContainerChanging);