6 references to HasListeners
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
737
if (this.
HasListeners
)
781
if (this.
HasListeners
)
858
originalPosition = this.
HasListeners
? new TextPointer(position, LogicalDirection.Backward) : null;
1110
if (this.
HasListeners
)
1206
if (this.
HasListeners
)
System\Windows\Documents\TextElement.cs (1)
991
if (tree.
HasListeners
)