3 references to MultipleView
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2302
s_patternInfo[MultipleViewPatternIdentifiers.Pattern.Id] = new PatternInfo(MultipleViewPatternIdentifiers.Pattern.Id, new WrapObject(MultipleViewProviderWrapper.Wrap), PatternInterface.
MultipleView
);
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
79
case PatternInterface.
MultipleView
:
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
38
if (patternInterface == PatternInterface.
MultipleView
)